From ad855f9ae0ca41d9549b4f32b485d42cb5624ae1 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 3 Aug 2014 21:29:54 +0200 Subject: [PATCH] Set relevant title on Special:RecentChangesLinked This adds title related tabs like watch on the special page Same as on Special:MovePage Change-Id: I0e8ef723b44069945d4e39566225ec77b2f85e10 --- includes/specials/SpecialRecentchangeslinked.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index c000a8dc15..3ad9f0f4f5 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -224,6 +224,7 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { $target = $this->getTargetTitle(); if ( $target ) { $this->getOutput()->addBacklinkSubtitle( $target ); + $this->getSkin()->setRelevantTitle( $target ); } } -- 2.20.1